home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / c / genmo112.lha / GTB-Modula / GenModula.Contents < prev    next >
Encoding:
Text File  |  1993-09-28  |  1.2 KB  |  23 lines

  1. GenModula            GadToolsBox sourcecode generator for Modula-2
  2. GenModula.doc            english documentation
  3. GenModula.dok            german documentation
  4. GenModula.history        history of changes
  5.  
  6. Interfaces/NoFrag        interface to NoFrag.library by Jaan van den Baard
  7. Interfaces/GadToolsBox        interface to GadToolsBox.library by Jaan van den Baard
  8.  
  9. Modules/FileOut            module like InOut on files
  10. Modules/Memory            module to allocate memory, includes user-request
  11. Modules/NewArgSupport        module to get transparent the arguments from cli or
  12.                 workbench. Uses ReadArgs and templates
  13. Modules/GetFile            interface to GetFile-boopsi gadget
  14.  
  15. GenModula/GenModula        main module, including import header
  16. GenModula/GeneratorIO        basis module for output, getting arguments, gui file access
  17. GenModula/GenerateGlobal    module to generate global Computes, DrawRast, FilledBBox
  18. GenModula/GenerateScreen    module to generate setup and support of screens
  19. GenModula/GenerateWindows    module to generate setup and rendering of windows
  20. GenModula/GenerateITexts    module to generate definition and initialization of itexts
  21. GenModula/GenerateGadgets    module to generate definition and initialization of gadgets
  22. GenModula/GenerateMenus        module to generate definition and initialization of menus
  23.